net.IP.matchAddrFamily (method)
4 uses
net (current package)
dial.go#L381: if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(tcp.IP) {
dial.go#L386: if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(udp.IP) {
dial.go#L391: if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(ip.IP) {
ip.go#L404: func (ip IP) matchAddrFamily(x IP) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)